home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_19_switch eddie pics = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  512 b   |  14 lines

  1. on mouseEnter
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  3. end
  4.  
  5. on mouseDown
  6.   set the member of sprite 3 to "eddiePic_" & string(the currentSpriteNum - 35)
  7.   set the locH of sprite 48 to the left of sprite the currentSpriteNum
  8.   set the locV of sprite 48 to the top of sprite the currentSpriteNum
  9. end
  10.  
  11. on mouseLeave
  12.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  13. end
  14.